When a new project is created, a new folder named “<project_name>.data” is created near of the project file for managing project information such as imported IPs or compilation result files. The different folders and files inside of this data folder are created depending on software needs. This folder contents should not be changed by user. For example, if there is a project named “MyFpgaProject”, the following disk structure can be found:
Directory Name, File Name or File Type | Description |
---|---|
MyFPGAProject.FPGAprj | M3602A hardware project file |
MyFPGAProject.data | Data folder of “MyFPGAProject” project |
bin | Folder for saving the compilation result files. |
bin/bitgen.log | Output compilation log file. |
bin/*.sbp | Bitstream result files |
VivadoIp | Folder for saving the imported Vivado IPs to project |